home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libvorbis-1.0rc3 / lib / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-27  |  14.2 KB  |  472 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libvorbis
  38. pkglibdir = $(libdir)/libvorbis
  39. pkgincludedir = $(includedir)/libvorbis
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CPP = gcc -E
  65. DEBUG = -g -Wall -W -D__NO_MATH_INLINES -fsigned-char
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = -lm  -logg
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LN_S = ln -s
  72. MAKEINFO = makeinfo
  73. OBJDUMP = @OBJDUMP@
  74. OBJEXT = o
  75. OGG_CFLAGS = 
  76. OGG_LIBS =  -logg
  77. PACKAGE = libvorbis
  78. PROFILE = -O20 -g -pg -D__NO_MATH_INLINES -fsigned-char
  79. RANLIB = ranlib
  80. STRIP = strip
  81. VERSION = 1.0rc3
  82. VE_LIB_AGE = 1
  83. VE_LIB_CURRENT = 1
  84. VE_LIB_REVISION = 0
  85. VF_LIB_AGE = 2
  86. VF_LIB_CURRENT = 2
  87. VF_LIB_REVISION = 0
  88. V_LIB_AGE = 1
  89. V_LIB_CURRENT = 1
  90. V_LIB_REVISION = 0
  91. pthread_lib = -lpthread
  92.  
  93. AUTOMAKE_OPTIONS = foreign
  94.  
  95. SUBDIRS = modes books
  96.  
  97. INCLUDES = -I$(top_srcdir)/include 
  98.  
  99. lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
  100.  
  101. libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c             lpc.c analysis.c synthesis.c psy.c info.c time0.c             floor1.c floor0.c             res0.c mapping0.c registry.c codebook.c sharedbook.c             lookup.c bitrate.c             envelope.h lpc.h lsp.h codebook.h misc.h psy.h             masking.h iir.h os.h mdct.h smallft.h             registry.h scales.h window.h lookup.h lookup_data.h             codec_internal.h backends.h bitrate.h 
  102.  
  103. libvorbis_la_LDFLAGS = -version-info 1:0:1
  104.  
  105. libvorbisfile_la_SOURCES = vorbisfile.c
  106. libvorbisfile_la_LDFLAGS = -version-info 2:0:2
  107.  
  108. libvorbisenc_la_SOURCES = vorbisenc.c registry-api.h
  109. libvorbisenc_la_LDFLAGS = -version-info 1:0:1
  110.  
  111. EXTRA_PROGRAMS = barkmel tone psytune
  112. CLEANFILES = $(EXTRA_PROGRAMS)
  113.  
  114. barkmel_SOURCES = barkmel.c
  115. tone_SOURCES = tone.c
  116. psytune_SOURCES = psytune.c
  117. psytune_LDFLAGS = -static
  118. psytune_LDADD = libvorbis.la
  119.  
  120. EXTRA_DIST = lookups.pl iir.c
  121. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  122. CONFIG_CLEAN_FILES = 
  123. LTLIBRARIES =  $(lib_LTLIBRARIES)
  124.  
  125.  
  126. DEFS =  -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_ALLOCA=1  -I. -I$(srcdir) 
  127. CPPFLAGS = 
  128. LDFLAGS =  
  129. libvorbis_la_LIBADD = 
  130. libvorbis_la_OBJECTS =  mdct.lo smallft.lo block.lo envelope.lo \
  131. window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo \
  132. time0.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
  133. codebook.lo sharedbook.lo lookup.lo bitrate.lo
  134. libvorbisfile_la_LIBADD = 
  135. libvorbisfile_la_OBJECTS =  vorbisfile.lo
  136. libvorbisenc_la_LIBADD = 
  137. libvorbisenc_la_OBJECTS =  vorbisenc.lo
  138. barkmel_OBJECTS =  barkmel.$(OBJEXT)
  139. barkmel_LDADD = $(LDADD)
  140. barkmel_DEPENDENCIES = 
  141. barkmel_LDFLAGS = 
  142. tone_OBJECTS =  tone.$(OBJEXT)
  143. tone_LDADD = $(LDADD)
  144. tone_DEPENDENCIES = 
  145. tone_LDFLAGS = 
  146. psytune_OBJECTS =  psytune.$(OBJEXT)
  147. psytune_DEPENDENCIES =  libvorbis.la
  148. CFLAGS = -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H
  149. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  150. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  151. CCLD = $(CC)
  152. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  153. DIST_COMMON =  Makefile.am Makefile.in
  154.  
  155.  
  156. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  157.  
  158. TAR = tar
  159. GZIP_ENV = --best
  160. SOURCES = $(libvorbis_la_SOURCES) $(libvorbisfile_la_SOURCES) $(libvorbisenc_la_SOURCES) $(barkmel_SOURCES) $(tone_SOURCES) $(psytune_SOURCES)
  161. OBJECTS = $(libvorbis_la_OBJECTS) $(libvorbisfile_la_OBJECTS) $(libvorbisenc_la_OBJECTS) $(barkmel_OBJECTS) $(tone_OBJECTS) $(psytune_OBJECTS)
  162.  
  163. all: all-redirect
  164. .SUFFIXES:
  165. .SUFFIXES: .S .c .lo .o .obj .s
  166. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  167.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps lib/Makefile
  168.  
  169. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  170.     cd $(top_builddir) \
  171.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  172.  
  173.  
  174. mostlyclean-libLTLIBRARIES:
  175.  
  176. clean-libLTLIBRARIES:
  177.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  178.  
  179. distclean-libLTLIBRARIES:
  180.  
  181. maintainer-clean-libLTLIBRARIES:
  182.  
  183. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  184.     @$(NORMAL_INSTALL)
  185.     $(mkinstalldirs) $(DESTDIR)$(libdir)
  186.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  187.       if test -f $$p; then \
  188.         echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
  189.         $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  190.       else :; fi; \
  191.     done
  192.  
  193. uninstall-libLTLIBRARIES:
  194.     @$(NORMAL_UNINSTALL)
  195.     list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  196.       $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  197.     done
  198.  
  199. .c.o:
  200.     $(COMPILE) -c $<
  201.  
  202. # FIXME: We should only use cygpath when building on Windows,
  203. # and only if it is available.
  204. .c.obj:
  205.     $(COMPILE) -c `cygpath -w $<`
  206.  
  207. .s.o:
  208.     $(COMPILE) -c $<
  209.  
  210. .S.o:
  211.     $(COMPILE) -c $<
  212.  
  213. mostlyclean-compile:
  214.     -rm -f *.o core *.core
  215.     -rm -f *.$(OBJEXT)
  216.  
  217. clean-compile:
  218.  
  219. distclean-compile:
  220.     -rm -f *.tab.c
  221.  
  222. maintainer-clean-compile:
  223.  
  224. .c.lo:
  225.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  226.  
  227. .s.lo:
  228.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  229.  
  230. .S.lo:
  231.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  232.  
  233. mostlyclean-libtool:
  234.     -rm -f *.lo
  235.  
  236. clean-libtool:
  237.     -rm -rf .libs _libs
  238.  
  239. distclean-libtool:
  240.  
  241. maintainer-clean-libtool:
  242.  
  243. libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES)
  244.     $(LINK) -rpath $(libdir) $(libvorbis_la_LDFLAGS) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
  245.  
  246. libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES)
  247.     $(LINK) -rpath $(libdir) $(libvorbisfile_la_LDFLAGS) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
  248.  
  249. libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES)
  250.     $(LINK) -rpath $(libdir) $(libvorbisenc_la_LDFLAGS) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
  251.  
  252. barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES)
  253.     @rm -f barkmel$(EXEEXT)
  254.     $(LINK) $(barkmel_LDFLAGS) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
  255.  
  256. tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES)
  257.     @rm -f tone$(EXEEXT)
  258.     $(LINK) $(tone_LDFLAGS) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
  259.  
  260. psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES)
  261.     @rm -f psytune$(EXEEXT)
  262.     $(LINK) $(psytune_LDFLAGS) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
  263.  
  264. # This directory's subdirectories are mostly independent; you can cd
  265. # into them and run `make' without going through this Makefile.
  266. # To change the values of `make' variables: instead of editing Makefiles,
  267. # (1) if the variable is set in `config.status', edit `config.status'
  268. #     (which will cause the Makefiles to be regenerated when you run `make');
  269. # (2) otherwise, pass the desired values on the `make' command line.
  270.  
  271.  
  272.  
  273. all-recursive install-data-recursive install-exec-recursive \
  274. installdirs-recursive install-recursive uninstall-recursive  \
  275. check-recursive installcheck-recursive info-recursive dvi-recursive:
  276.     @set fnord $(MAKEFLAGS); amf=$$2; \
  277.     dot_seen=no; \
  278.     target=`echo $@ | sed s/-recursive//`; \
  279.     list='$(SUBDIRS)'; for subdir in $$list; do \
  280.       echo "Making $$target in $$subdir"; \
  281.       if test "$$subdir" = "."; then \
  282.         dot_seen=yes; \
  283.         local_target="$$target-am"; \
  284.       else \
  285.         local_target="$$target"; \
  286.       fi; \
  287.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  288.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  289.     done; \
  290.     if test "$$dot_seen" = "no"; then \
  291.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  292.     fi; test -z "$$fail"
  293.  
  294. mostlyclean-recursive clean-recursive distclean-recursive \
  295. maintainer-clean-recursive:
  296.     @set fnord $(MAKEFLAGS); amf=$$2; \
  297.     dot_seen=no; \
  298.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  299.       rev="$$subdir $$rev"; \
  300.       test "$$subdir" = "." && dot_seen=yes; \
  301.     done; \
  302.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  303.     target=`echo $@ | sed s/-recursive//`; \
  304.     for subdir in $$rev; do \
  305.       echo "Making $$target in $$subdir"; \
  306.       if test "$$subdir" = "."; then \
  307.         local_target="$$target-am"; \
  308.       else \
  309.         local_target="$$target"; \
  310.       fi; \
  311.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  312.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  313.     done && test -z "$$fail"
  314. tags-recursive:
  315.     list='$(SUBDIRS)'; for subdir in $$list; do \
  316.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  317.     done
  318.  
  319. tags: TAGS
  320.  
  321. ID: $(HEADERS) $(SOURCES) $(LISP)
  322.     list='$(SOURCES) $(HEADERS)'; \
  323.     unique=`for i in $$list; do echo $$i; done | \
  324.       awk '    { files[$$0] = 1; } \
  325.            END { for (i in files) print i; }'`; \
  326.     here=`pwd` && cd $(srcdir) \
  327.       && mkid -f$$here/ID $$unique $(LISP)
  328.  
  329. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  330.     tags=; \
  331.     here=`pwd`; \
  332.     list='$(SUBDIRS)'; for subdir in $$list; do \
  333.    if test "$$subdir" = .; then :; else \
  334.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  335.    fi; \
  336.     done; \
  337.     list='$(SOURCES) $(HEADERS)'; \
  338.     unique=`for i in $$list; do echo $$i; done | \
  339.       awk '    { files[$$0] = 1; } \
  340.            END { for (i in files) print i; }'`; \
  341.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  342.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  343.  
  344. mostlyclean-tags:
  345.  
  346. clean-tags:
  347.  
  348. distclean-tags:
  349.     -rm -f TAGS ID
  350.  
  351. maintainer-clean-tags:
  352.  
  353. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  354.  
  355. subdir = lib
  356.  
  357. distdir: $(DISTFILES)
  358.     @for file in $(DISTFILES); do \
  359.       d=$(srcdir); \
  360.       if test -d $$d/$$file; then \
  361.         cp -pr $$d/$$file $(distdir)/$$file; \
  362.       else \
  363.         test -f $(distdir)/$$file \
  364.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  365.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  366.       fi; \
  367.     done
  368.     for subdir in $(SUBDIRS); do \
  369.       if test "$$subdir" = .; then :; else \
  370.         test -d $(distdir)/$$subdir \
  371.         || mkdir $(distdir)/$$subdir \
  372.         || exit 1; \
  373.         chmod 777 $(distdir)/$$subdir; \
  374.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  375.           || exit 1; \
  376.       fi; \
  377.     done
  378.  
  379. info-am:
  380. info: info-recursive
  381. dvi-am:
  382. dvi: dvi-recursive
  383. check-am: all-am
  384. check: check-recursive
  385. installcheck-am:
  386. installcheck: installcheck-recursive
  387. install-exec-am: install-libLTLIBRARIES
  388. install-exec: install-exec-recursive
  389.  
  390. install-data-am:
  391. install-data: install-data-recursive
  392.  
  393. install-am: all-am
  394.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  395. install: install-recursive
  396. uninstall-am: uninstall-libLTLIBRARIES
  397. uninstall: uninstall-recursive
  398. all-am: Makefile $(LTLIBRARIES)
  399. all-redirect: all-recursive
  400. install-strip:
  401.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  402. installdirs: installdirs-recursive
  403. installdirs-am:
  404.     $(mkinstalldirs)  $(DESTDIR)$(libdir)
  405.  
  406.  
  407. mostlyclean-generic:
  408.  
  409. clean-generic:
  410.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  411.  
  412. distclean-generic:
  413.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  414.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  415.  
  416. maintainer-clean-generic:
  417. mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
  418.         mostlyclean-libtool mostlyclean-tags \
  419.         mostlyclean-generic
  420.  
  421. mostlyclean: mostlyclean-recursive
  422.  
  423. clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
  424.         clean-generic mostlyclean-am
  425.  
  426. clean: clean-recursive
  427.  
  428. distclean-am:  distclean-libLTLIBRARIES distclean-compile \
  429.         distclean-libtool distclean-tags distclean-generic \
  430.         clean-am
  431.     -rm -f libtool
  432.  
  433. distclean: distclean-recursive
  434.  
  435. maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
  436.         maintainer-clean-compile maintainer-clean-libtool \
  437.         maintainer-clean-tags maintainer-clean-generic \
  438.         distclean-am
  439.     @echo "This command is intended for maintainers to use;"
  440.     @echo "it deletes files that may require special tools to rebuild."
  441.  
  442. maintainer-clean: maintainer-clean-recursive
  443.  
  444. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  445. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  446. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  447. distclean-compile clean-compile maintainer-clean-compile \
  448. mostlyclean-libtool distclean-libtool clean-libtool \
  449. maintainer-clean-libtool install-data-recursive \
  450. uninstall-data-recursive install-exec-recursive \
  451. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  452. all-recursive check-recursive installcheck-recursive info-recursive \
  453. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  454. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  455. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  456. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  457. install-exec install-data-am install-data install-am install \
  458. uninstall-am uninstall all-redirect all-am all installdirs-am \
  459. installdirs mostlyclean-generic distclean-generic clean-generic \
  460. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  461.  
  462.  
  463. debug:
  464.     $(MAKE) all CFLAGS="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
  465.  
  466. profile:
  467.     $(MAKE) all CFLAGS="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char"
  468.  
  469. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  470. # Otherwise a system limit (for SysV at least) may be exceeded.
  471. .NOEXPORT:
  472.